home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / nt107.zip / CONFIG.TEL < prev    next >
Text File  |  1992-08-04  |  3KB  |  81 lines

  1. #
  2. #  Example host file for Telnet 2.3
  3. #
  4. #  "funny, this configuration file is readable ..."
  5. #
  6. #  This file is free form
  7. #  Separators are any char <33 and :;=
  8. #
  9. #  The form is keyword=value for each parameter.
  10. #  The first set of parameters refer to the whole program's defaults.
  11. #  These parameter values can be in any order.
  12. #  Following this are the individual machine specs.
  13. #  If the first machine is name "default", then it contains default
  14. #  values for the rest of the machines.
  15. #
  16. myname=nt.aukuni.ac.nz    # used in LPR to notify the LPR server
  17.                 #    who is printing
  18.  
  19. termtype="au-pc"            # the type of terminal emulation to perform
  20.  
  21. myip=130.216.1.0        # required, your IP number
  22. #myip=RARP            # receive my IP number from a RARP server
  23. #myip=BOOTP            # receive my IP number from a BOOTP server
  24.  
  25. netmask=255.255.255.0        # subnetting mask
  26.  
  27. hardware=packet          # network adapter board (packet driver interface)
  28. ioaddr=60                 # NOTE:  nt only supports packet and dndll <<<<<
  29.  
  30. #hardware=dndll          # DECNET-DOS DLL driver
  31.  
  32. ftp=yes                    # do you want ftp enabled?
  33. rcp=yes                    # do you want rcp enabled?
  34.  
  35. domain="aukuni.ac.nz"
  36.  
  37. arptime=10            # arp timeout in seconds
  38.                 #    affects machines on your local network
  39.  
  40. #passfile="c:\aucom\passwd.ftp"    # name of file to find FTP passwords in
  41.  
  42. #
  43. #  Following are individual machine specifications
  44. #  Gateways are used in order that they appear in the file
  45. #  Nameservers rotate, #1, #2, #3, #1, #2 when a request fails
  46. #
  47. #  The machine named "default" contains the fields which are automatically
  48. #  filled in for later hosts
  49. #
  50.  
  51. name = default            # Session name, "default" is a reserved name
  52.                 #   Not a real machine, default parameters only
  53.  
  54. #  The following entries affect the tuning of TCP connections to this host.
  55. #  They should be set by the network administrator who is familiar with
  56. #    the requirements of your specific network.
  57.  
  58. contime=185            # timeout in ticks to try connection
  59.                 #   before returning error to user
  60. retrans=7            # starting retransmit time out in ticks
  61.                 #   1/18ths of sec
  62. mtu=512                # maximum transmit unit in bytes
  63.                 #   outgoing packet size, MAX=1024
  64. maxseg=512            # largest segment we can receive
  65.                 #   whatever the hardware can take, MAX=2048
  66. rwin=512            # most bytes we can receive without ACK
  67.                 #   =TCP window size, MAX=4096
  68.                 #   larger isn't always better
  69. #
  70. #  Below this line, most of the communication parameters are obtained
  71. #   from the "default" host entry.
  72. #  Machine names, IP addresses, and special communication parameters are
  73. #   present when needed.
  74. #
  75. name=ccu1;       hostip=130.216.1.5     # SG 4D/240S, Unix
  76.    nameserver=2;
  77. name=cc_cisco;   hostip=130.216.1.132   # AU cisco (MGS, CSC3)
  78.    gateway=1
  79. name=ccvcom;     hostip=130.216.1.2     # MIcroVAX II, VMS
  80.    nameserver=1
  81.